gsk/ngl: Build with G_DISABLE_ASSERT enabled
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 12 Apr 2021 11:27:55 +0000 (12:27 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 Apr 2021 01:23:18 +0000 (21:23 -0400)
gsk/ngl/gskngltexturelibrary.c

index 2de6e492c59cb75c55e192ee712a71ae58fbbc4d..1e87fc6a6a0941bd8a7ef7f6c2a38894fe0e1057 100644 (file)
@@ -246,7 +246,7 @@ gsk_ngl_texture_atlas_initialize (GskNglDriver       *driver,
 {
   /* Insert a single pixel at 0,0 for use in coloring */
 
-  gboolean packed;
+  gboolean packed G_GNUC_UNUSED;
   int x, y;
   guint gl_format;
   guint gl_type;